/* ==== 5. CONTENT ==== */



/*   Belonging to ABTasty css all below here   */
span.check {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #E20074;
    background-color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
}
/*span.check { font-size: 1.5em; font-weight: bold; text-align: center; color: #E20074; background-color: #fff; border: 2px solid #E20074; -o-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; padding: 2px 6px; } */
span.question {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #E20074;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 2px 6px;
    float: right;
}

span.featuresModal, span.mcafeeModal {
    color: #0066cc;
    cursor: pointer;
}

.tg td {
    vertical-align: middle;
    padding: 20px 10px;
    text-align: center;
}

.tg {
    border-collapse: separate;
    border-spacing: 4px;
}

    .tg th, .tg td {
        min-width: 150px;
    }

    .tg th {
        vertical-align: middle;
        color: #E20074;
        padding: 20px 10px;
        text-align: center;
    }

    .tg .tg-oofa, .tg .tg-3we0 {
        background-color: #f8f9f9;
        text-align: left;
        vertical-align: top;
    }

    .tg .tg-oofa, .tg .tg-3we0 {
        font-weight: bold;
        /*background-color:#ffffff;*/
    }

.tg-3we0-small {
    background-color: #f8f9f9;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    font-size: 85%;
}

.tg a.button {
    font-size: 0.85em;
    background: #4a4c4f;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    display: block;
    border-radius: 3px;
}

.tg a {
    color: #cd008c;
}
    /*.tg a {color:#E20074;} */
    .tg a.button:hover {
        background: #E20074;
    }

.tg ul {
    margin: 0;
    padding: 0;
}

    .tg ul li {
        list-style: none;
        font-weight: normal;
    }

        .tg ul li::before {
            color: #E20074;
            content: "\2022";
            font-size: 1em;
            padding-right: 1.1225em;
            position: relative;
            top: 0em;
        }

.tg th hr {
    width: 90%;
    display: block;
    margin: 5px 0;
    border-top: 1px solid #E20074;
}

.tg .tg-j2jb {
    background-color: #f1f2f2
}

.th-j2jb-small {
    color: black;
    font-size: 85%;
}

.th-j2jb-smallpink {
    font-size: 85%;
}

.tg span.featuresModal, .tg span.mcafeeModal {
    color: #E20074;
    cursor: pointer;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}






/* .tastyMakeSureContainer { margin: 0 auto; display: block; text-align: center; margin-top: 25px; padding: 0px 30px; }*/
/*.tastyMakeSure img{ float: left; max-width: 64px; padding: 0px 20px 35px; height: 64px; }*/
.tastyMakeSureContainer {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 25px;
    padding: 0px 30px;
}

.tastyMakeSure {
    max-width: 447px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 5px 15px;
    background: white;
    margin: 10px;
    box-sizing: border-box;
}

    .tastyMakeSure p {
        line-height: 21px;
        font-size: 14px;
    }

    .tastyMakeSure img {
        float: left;
        max-width: 100px;
        padding: 0px 20px 35px;
        height: 100px;
        box-sizing: border-box;
    }

    .tastyMakeSure span {
        color: #E20074;
        font-weight: bold;
    }

.tastyText {
    color: #E20074;
    font-weight: bold;
}

@media only screen and (max-width:1050px) {
    div.tastyMakeSure {
        max-width: 320px;
    }

        div.tastyMakeSure img {
            padding: 0px;
            clear: both;
            float: none;
            margin: 0 auto;
            display: block;
            max-width: 64px;
            height: 64px;
        }
}
/* ABTasty FAQ block */
.FAQblockSingle {
    width: Calc(33% - 65px);
}

.FAQblockSingle {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 10px 20px;
    background: white;
    margin: 0 10px 15px 10px;
    border: 1px solid #DDD;
    cursor: pointer;
}

div#FAQblock {
    margin: 0 auto;
    display: block;
    text-align: center;
}
/*#FAQsearchInput {
    width: Calc(100% - 20px);
	font-size: 16px;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
 }*/
div#tastyFAQContent {
    padding: 10px 0px;
}

.FAQblockSingle.programChangesTrigger {
    width: Calc(100% - 70px);
    min-height: auto;
    border: 1px dashed #E20074;
}

.FAQblockSingle h3 {
    text-align: center;
    font-size: 18px;
    color: #E20074;
}

.FAQblockSingle.programChangesTrigger h3 {
    width: 20%;
    float: left;
    margin: 0;
}

.FAQblockSingle.programChangesTrigger p {
    margin: 0;
    font-size: 18px;
}

.FAQblockSingle {
    width: Calc(33% - 65px);
}
/* media queries */
@media only screen and (min-width: 761px) {
    .FAQblockSingle {
        min-height: 180px;
    }
}

@media only screen and (max-width: 760px) {
    .FAQblockSingle, .FAQblockSingle.programChangesTrigger {
        width: Calc(50% - 65px);
        min-height: 130px;
    }

        .FAQblockSingle h3, .FAQblockSingle.programChangesTrigger h3 {
            width: 100%;
            float: auto;
            margin: 10px;
        }

        .FAQblockSingle.programChangesTrigger p {
            font-size: 13px;
        }
}

@media only screen and (max-width: 520px) {
    .FAQblockSingle, .FAQblockSingle.programChangesTrigger {
        width: Calc(100% - 40px);
        margin: 10px 0;
        width: auto;
        float: auto;
        margin: 10px;
    }

        .FAQblockSingle.programChangesTrigger h3 {
            width: 100%;
            float: auto;
            margin: 10px;
        }

        .FAQblockSingle.programChangesTrigger p {
            font-size: 13px;
        }
}




table.tableizer-table {
    max-width: 575px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 0 auto;
    margin-top: 30px;
}

.tableizer-table td {
    padding: 8px;
    margin: 10px;
    color: #737679;
    border: 7px solid #fff;
    background: #f4f4f6;
}

.tableizer-table th {
    background-color: #FFF;
    color: #E20074;
    /*font-weight: 500;*/
    padding-bottom: 5px;
    font-size: 16px;
}

.FAQblockSingle a {
    text-decoration: none;
    color: #3F4143;
}

.tastyText a {
    text-decoration: none;
    color: #E20074;
}

#popup-wrapper h2 {
    color: black;
}


h2.tastySubsectionTitle {
    text-align: center;
    color: #E20074;
    font-size: 2em;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}

h3.tastySubsectionSubtitle {
    text-align: center;
    font-size: 20px;
    color: #3F4143;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    /*padding-top: 10px;*/
}

div.tastyDisclaimerContainer {
    max-width: 575px;
    margin: 0 auto;
    padding-top: 20px;
}

span.tastyDisclaimer {
    font-size: 10px;
    color: #737679;
    text-align: center;
}
/* #tastySubSect2, #tastySubsect3{ margin-top: 40px; }*/
div#tastySubSect2 {
    background: #f4f4f6;
    padding: 30px 0px;
    margin-top: 20px;
}

div#tastySubSect3 {
    margin-bottom: 20px;
    margin-top: 40px;
    overflow: hidden;
}

div#tastyFindDeviceContainer {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.tastyFindDevice {
    max-width: 288px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 25px 32px;
    background: white;
    margin: 10px;
    border: 2px solid #DDDDDD;
    cursor: pointer;
    min-height: 265px;
    box-sizing: border-box;
}

    .tastyFindDevice h4 {
        text-align: center;
        font-size: 18px;
        color: #EC008C;
    }

#tastyDeduct {
    text-decoration: underline;
}

div#tastyContainer {
    padding-top: 10px;
}


.bannerImg.mobile-img {
    display: block;
}





/* Site Settings Vertical */

/* Styled radio buttons with description */
.radio-button-input:checked + label .radio-button-w-desc-img {
    border-color: #E20074;
}

/* Pocket Geek Home Ad */
.PGHome-BG {
    position: relative;
    padding-top: 20px;
    padding-bottom: 160px;
}

    .PGHome-BG:before {
        background-repeat: no-repeat;
        background-position: right bottom;
        background-color: #f5c660;
        background-image: url("https://qa.mywirelessclaims.com/media/cbbdvaeg/cl-pgh-desktop-girl-on-device.jpg");
        background-size: 620px;
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX( -50%);
        height: 100%;
        width: 100vw;
        z-index: 0;
    }

@media screen and (min-width: 768px) {
    .PGHome-BG {
        padding-top: 60px;
    }

        .PGHome-BG:before {
            background-size: 700px;
        }
}

@media screen and (min-width: 992px) {
    .PGHome-BG {
        padding-bottom: 60px;
    }

        .PGHome-BG:before {
            background-size: 900px;
        }
}

@media screen and (min-width: 1240px) {
    .PGHome-BG:before {
        background-size: auto;
        width: 99.1vw;
    }
}

/* T-Mobile Digital Brochure  */
/* db- prefix for digital brochure styles */
.db-full-width-bg {
    position: relative;
    background-color: #E20074;
}

    .db-full-width-bg:before {
        background-color: #E20074;
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX( -50%);
        height: 100%;
        width: 100vw;
        z-index: -1;
    }

@media screen and (min-width: 1200px) {
    .db-full-width-bg:before {
        width: 99.1vw;
    }
}

.db-banner-content {
    color: white;
    padding-top: 56px;
    padding-bottom: 56px;
}

.db-banner-small-title {
    line-height: 28px;
    font-weight: bold;
}

.db-banner-page-title {
    line-height: 50px;
    font-weight: bold;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 32px;
}

    .db-banner-page-title:before {
        content: '';
        position: absolute;
        display: block;
        width: 100px;
        height: 1px;
        background-color: white;
        bottom: 0;
    }

.db-banner-subtitle {
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 24px;
}

.db-banner-subtitle-text {
    font-weight: 400;
    line-height: 30px;
}
/* What You'll Get area */
.db-section {
    padding-top: 48px;
}

.db-row-title {
    font-weight: 800;
    line-height: 44px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 47px;
}

.db-card {
    display: flex;
    margin-bottom: 24px;
}

.db-card-icon {
    flex: none;
    padding-right: 10px;
}

.db-card-content {
    flex: 1;
}

.db-card-title {
    font-weight: 800;
    line-height: 33px;
    margin: 0;
}

.db-card-subtitle {
    font-weight: 600;
    line-height: 32px;
}

@media screen and (min-width: 768px) {
    .db-card-container {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .db-card {
        flex: 0 1 50%;
    }

    .db-card-icon {
        margin-left: 15px;
    }

    .db-card-content {
        margin-right: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .db-card {
        flex: 0 1 33.33333%;
    }
}

.db-highlight-content {
    padding: 16px;
}

/* Eligible Devices */
.db-eligible-devices {
    text-align: center;
}

.db-eligible-title1 {
    color: white;
    font-weight: 700;
}

.db-eligible-title2 {
    font-weight: 300;
    line-height: 44px;
    color: white;
}

.db-device-row img {
    margin: 0 5px;
}

.db-bg-pink {
    background-color: #E20074;
}

.db-bg-dark {
    background-color: #303340;
}

.db-bg-light {
    background-color: #f6f6f6;
}

.color-tmo-pink {
    color: #E20074;
}

/* Enroll Device highlight */
.db-enroll-devices {
    display: flex;
    flex-direction: column;
}

.db-enroll-title1 {
    line-height: 54px;
    font-weight: 800;
    color: white;
}

.db-enroll-title2 {
    line-height: 33px;
    font-weight: 300;
    margin-bottom: 40px;
}

.db-enroll-image {
    margin-top: auto;
}

    .db-enroll-image img {
        width: 100%;
        max-width: 375px;
        margin: auto;
    }

@media screen and (min-width: 992px) {
    .db-highlights {
        display: flex;
    }

    .db-highlight-item {
        flex: 1;
        display: flex;
    }

    .db-highlight-content {
        flex: 1;
        padding: 24px;
    }
}
/* 2022/10/18 DOWNLOAD full coverage pdf */
.db-full-width-bg.dark-bg,
.db-full-width-bg.dark-bg:before {
    background-color: #303340;
}

.db-download-banner {
    padding-top: 11px;
    padding-bottom: 11px;
    color: white;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .db-download-banner {
        text-align: left;
    }
}

.db-download-banner a {
    text-decoration: underline;
    color: white;
}

.bg-tmo-pink {
    background-color: #E20074;
}

.table-device-replacements.four-col > tbody > tr > td,
.table-device-replacements.four-col > tbody > tr > th {
    width: 25%;
    border: 4px solid white;
}

.table-device-replacements.four-col > tbody > tr > th {
    background-color: #666666;
    color: white;
}

.table-device-replacements.four-col > thead > tr > th {
    border: 4px solid white;
}

/* 2024 Important update */
.db-important {
    padding: 0 20px 10px;
}

.db-important-heading {
    display: inline-block;
    padding: 10px;
    color: white;
    margin-bottom: 10px;
}

.db-important-list li {
    line-height: 32px;
}

    .db-important-list li::marker {
        color: #E20074;
    }

/* Makes the close button white */
/*#main-banner .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}*/
